home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000777_jackson@stsci.edu _Mon Mar 22 18:34:13 1993.msg < prev    next >
Internet Message Format  |  1994-01-24  |  3KB

  1. Return-Path: <jackson@stsci.edu>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA28725; Mon, 22 Mar 93 18:34:13 MET
  4. Received: from stsci.edu by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA24998; Mon, 22 Mar 1993 18:52:45 +0100
  6. Received: Mon, 22 Mar 93 12:52:43 EST from MARIAN.STSCI.EDU (kaos.stsci.edu) by stsci.edu (4.1)
  7. Received: Mon, 22 Mar 93 12:52:40 EST by kaos.stsci.edu (4.1)
  8. Date: Mon, 22 Mar 93 12:52:40 EST
  9. From: Bob Jackson <jackson@stsci.edu>
  10. Message-Id: <9303221752.AA09093@MARIAN.STSCI.EDU>
  11. To: www-bug@nxoc01.cern.ch, www-talk@nxoc01.cern.ch
  12. Subject: Trouble getting httpd server up
  13. Reply-To: jackson@stsci.edu
  14.  
  15. I ftp'd the binaries and ...
  16.  
  17. % install httpd_2.02-beta /kaos/data1/bin/httpd
  18. % install www_2.0-alpha /kaos/data1/bin/www
  19. % rehash
  20.  
  21. I wanted to serve an existing directory tree
  22.  
  23. % httpd -v -p 8009 -dyt /kaos/data1/gopher-data &
  24. httpd -v -p 8009 -dyt /kaos/data1/gopher-data &
  25. [1] 9081
  26. % Rule: For `/*' op 2 `/kaos/data1/gopher-data/*'
  27. Rule: For `*' op 3 `(null)'
  28. Daemon: Parsed address as port 8009, inet 0.0.0.0
  29. IP: Opened socket number 3
  30. Daemon: Master socket(), bind() and listen() all OK
  31. Daemon: Waiting for connection or message. (Mask=8 hex, max=4 hex).
  32.  
  33. albeit with no httpd.conf file present.
  34.  
  35. Now I tried to look at the server
  36.  
  37. % www http://kaos.stsci.edu:8009/
  38. www http://kaos.stsci.edu:8009/
  39. Daemon: New incoming connection:
  40. Daemon: Accepted new socket 4
  41. Daemon: Waiting for connection or message. (Mask=18 hex, max=5 hex).
  42. Message waiting on socket 4
  43. Daemon: Reading socket 4 from host 130.167.107.12
  44. Daemon: net read returned 128, errno=0
  45. Daemon: Client accepts text/plain
  46. Daemon: Client accepts text/html
  47. Daemon: Client accepts image/jpeg
  48. Daemon: Client accepts image/gif
  49. Daemon: Client accepts application/postscript
  50. New anchor 200b0 has hash 47 and address `/'
  51. HTAccess: loading document /
  52. For `/' using `/kaos/data1/gopher-data/'
  53. HTRule: ...and pass `/kaos/data1/gopher-data/'
  54. HTFile: can't stat /marian/u1/jackson/WWW///kaos/data1/gopher-data/
  55. HTAccess: Opening `/marian/u1/jackson/WWW///kaos/data1/gopher-data/' gives -1
  56. TCP: Local host name is kaos.stsci.edu
  57. FTP: Looking for /kaos/data1/gopher-data/
  58. HTTPAccess: Can't find internet node name `'.
  59. TCP: Error 0 in `errno' after call to FTP file load() failed.
  60.     Error 0
  61. **** HTAccess: socket or file number returned by obsolete load routine!
  62.      [End]
  63.  
  64.  
  65.  
  66. [1]    Exit 172             httpd -v -p 8009 -dyt /kaos/data1/gopher-data
  67.  
  68.  
  69. I get the same error when I use the www_1.4 client.
  70.  
  71. Why are HTFile and HTAccess looking at:
  72.     
  73.     /marian/u1/jackson/WWW///kaos/data1/gopher-data/
  74.  
  75.  
  76. Do I need a .html file in /kaos/data1/gopher-data ?